import { PasswordField, Text, useTheme } from '@aws-amplify/ui-react'; export const DescriptiveTextExample = () => { const { tokens } = useTheme(); return ( Password length must be greater than 8 characters } /> ); };